Name | 68k | ppc | Description |
Abs() | Yes | Yes | absolute value |
AllocVecPooled() | Yes | Yes(?) | allocate memory |
And() | Inl | Inl | bit and |
BitCount() | Yes | Yes | count of bits in long |
BitSize() | Yes | Yes | size of bit field in long |
Bounds() | Yes | Yes | bound a value |
Box() | Yes | No | draw a box |
Byte() | Inl | Inl | get a byte |
Circle() | Yes | No | draw a circle |
CloseS() | Yes | No | close a screen |
CloseW() | Yes | No | close a window |
Colour() | Yes | No | set default colour |
CtrlC() | Yes | Yes | check if Ctrl+C pressed |
CtrlD() | Yes | Yes | check if Ctrl+D pressed |
CtrlE() | Yes | Yes | check if Ctrl+E pressed |
CtrlF() | Yes | Yes | check if Ctrl+F pressed |
Double() | Inl | Inl | get a double |
Ellipse() | Yes | No | draw an ellipse |
EOr() | Inl | Inl | bit exclusive or |
EStrAdd() | Yes | No | add to e-string |
EStrCopy() | Yes | No | copy to e-string |
EStringF() | Yes | No | format e-string |
EStrLen() | Yes | Inl | length of an e-string |
EStrMax() | Yes | Inl | maximal length of an e-string |
Even() | Yes | No | returns TRUE in value is even |
FileLength() | Yes | No | returns file length |
Float() | Inl | Inl | get a float |
Free() | No | No | free a memory |
FreeVecPooled() | Yes | Yes(?) | frees a pooled memory |
HiBit() | Yes | Yes | highest bit in long |
HiChar() | Yes | Yes | make the character upper |
Inp() | Yes | No | reads byte from a file |
InStr() | Yes | No | position of str b in str a |
IsAlpha() | Yes | Yes | true if the character is a letter |
IsBin() | Yes | Yes | true if the character is a binary number |
IsHex() | Yes | Yes | true if the character is a hexadecimal number |
IsNum() | Yes | Yes | true if the character is a decimal number |
KickVersion() | Yes | No | true if given version is lower of equal to system |
Line() | Yes | No | draw a line |
LoBit() | Yes | Yes | lowest bit in long |
LoChar() | Yes | Yes | make the character lower |
Long() | Inl | Inl | get a long |
LowerStr() | Yes | Yes | translates str to lower case |
Max() | Yes | Yes | bigger of two |
MidEStr() | Yes | No | copy somewhere to e-string |
Min() | Yes | Yes | smaller of two |
Mouse() | Yes | Yes | check if mouse pressed |
MouseX() | Yes | Inl | mouse position x |
MouseXY() | Yes | Inl | mouse position x,y |
MouseY() | Yes | Inl | mouse position y |
Neg() | Inl | Inl | negative value |
New() | No | No | internal function: allocate memory |
NewM() | No | No | internal function: allocate memory with type |
NewR() | No | No | internal function: allocate memory or raise |
NewEStr() | Yes | No | allocate new e-string |
Not() | Inl | Inl | inverse value |
Odd() | Yes | No | returns TRUE in value is odd |
OpenS() | Yes | No | open a screen |
OpenW() | Yes | No | open a window |
Or() | Inl | Inl | bit or |
OStrCmp() | Yes | Yes | compares two strings ordered |
OStrCmpNC() | Yes | Yes | compares two strings ordered, case independent |
Out() | Yes | No | writes byte to a file |
Plot() | Yes | No | draw a pixel |
Pow() | Yes | Yes | power |
PutByte() | Inl | Inl | put a byte/ubyte |
PutDouble() | Inl | Inl | put a double |
PutFloat() | Inl | Inl | put a float |
PutLong() | Inl | Inl | put a long/ulong |
PutWord() | Inl | Inl | put a word/uword |
ReadEStr() | Yes | No | read string from file/stdio |
RealEStr() | Yes | No | contert double into an e-string |
RealStr() | Yes | No | contert double into a string |
RealVal() | Yes | No | contert string into a double |
ReEStr() | Yes | Yes(?) | update changed e-string |
ReByte() | Inl | Inl | strip to signed byte |
RemEStr() | Yes | No | free allocated e-string |
ReUByte() | Inl | Inl | strip to unsigned byte |
ReUWord() | Inl | Inl | strip to unsigned word |
ReWord() | Inl | Inl | strip to signed word |
RightEStr() | Yes | No | copy some chars from right side of e-string to an e-string |
Rnd() | Yes | No | random number |
RndQ() | Yes | Yes | random number quick |
Rol() | Inl | Inl | roll number left |
Ror() | Inl | Inl | roll number rigth |
SetColour() | Yes | No | set screen colour |
SetEStr() | Yes | Yes(?) | set e-string length |
SetStdRast() | Yes | No | set default rastport |
Shl() | Inl | Inl | shift number left |
Shr() | Inl | Inl | shift number rigth |
Sign() | Yes | Yes | sign of a value |
SizePooled() | Inl | Inl | size of AllocVecPooled() memory chunk |
StrAdd() | Yes | Yes | add to string |
StrCmp() | Yes | Yes | compare two strings |
StrCmpNC() | Yes | Yes | compare two strings, case independent |
StrCopy() | Yes | Yes | copy to string |
StringF() | Yes | Yes | format string |
StrLen() | Yes | Yes | length of a string |
TrimStr() | Yes | Yes | skip white spaces in a string |
UByte() | Inl | Inl | get an unsigned byte |
ULong() | Inl | Inl | get an (unsigned) long |
UWord() | Inl | Inl | get an unsigned word |
Val() | Yes | Yes | convert string to number |
WaitIMessage() | Yes | No | wait for window's message |
Word() | Inl | Inl | get a word |
104 | 100 | 67 |